home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / sunrise / mmaker31.zip / ZPROTR.BAT < prev    next >
DOS Batch File  |  1993-02-13  |  422b  |  8 lines

  1. echo off
  2. rem *************************************************************************
  3. rem This Batch file is used to RECEIVE a file from the BBS caller: DSZ ZMODEM
  4. rem    %1 = ComPort that MMAKER will pass to the batch
  5. rem    %2 = File Name ... MMAKER will pass the name it wants to call the file
  6. rem *************************************************************************
  7. dsz port %1 handshake both z rz -p %2
  8.